The GRIB_GET_NATIVE_TYPE function retrieves the native type of a key.
See GRIB_GET_VALUES for a general example using the GRIB routines.
Result = GRIB_GET_NATIVE_TYPE(Ghandle, Key)
The return values are the values corresponding to IDL data types. Possible values are:
| 1 | BYTE |
| 3 | LONG |
| 5 | DOUBLE |
| 7 | STRING |
A GRIB handle.
A case-sensitive string containing the desired key name.
|
8.1 |
Introduced |
GRIB_GET_VALUES , GRIB_GET_ARRAY, GRIB_GET_DOUBLE_ELEMENTS